|
|
|
|
OnInsert Method, TabCollectionClass Class |
Performs additional custom processing before inserting a new tab into the TabCollectionClass instance.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Protected Overrides Sub OnInsert( _ |
C# |
protected override void OnInsert( |
C++ |
protected: virtual void OnInsert( |
index
The zero-based index of the tab about to be inserted.
value
The tab to be added.
Comments
The OnInsert method performs additional custom processing before inserting a new tab into the TabCollectionClass instance.